answersLogoWhite

0


Best Answer

* HTML is used to actually build the structure of a webpage. The text, tables, divisions, links, images, and so on. * CSS takes what HTML gives a browser, and makes it look nicer by adding color, borders, and perhaps even hiding things a user shouldn't see. * dHTML isn't a language, but a combination of HTML, CSS, and JavaScript working together. HTML builds the actual element(s), JavaScript uses scripts that makes things happen (Such as changing the colour of the background when you click a button), and CSS makes things such as changing colours actually happen (JavaScript must change the CSS, though).

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between css HTML and dhtml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


Is CSS always needed for DHTML?

DHTML is short for Dynamic HTML. It is a group of internet languages that work together. CSS is just one of those languages. You can write DHTML without CSS, but CSS is a part of the language that you can use It's pretty hard to use DHTML without it, but it is possible.


How can you tell if a website is using DHTML?

DHTML is a combination of javascript, css and html. normally a website with collapse/open menu function is built with DHTML.


What code does MySpace use?

you can use html, dhtml, or css !! do not use javascript though!


What is HTML and DHTML?

HTML stands for HyperText Markup Language. DHTML stand for dynamic HyperText Markup Language, however DHTML is not an actual coding language. While both of them used to build web sites, DHTML is typically used to mean the combination of HTML, CSS, JavaScript, and DOM.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


What is the difference between in-line style and the internal sheets?

Inline and internal style-sheets are 2 forms of CSS in HTML file. In-line CSS is used within the code of HTML, while the internal one is used at the beginning.


What are DHTML and ASP pages?

DHTML means the web page or web application uses JavaScript and HTML DOM (Document Object Model) and possibly CSS. A programmer can create dynamic web pages using these technologies. For example when I move the mouse over a image link, I can change the image. ASP and ASP.NET pages are converted to HTML by a server.


Is HTML static or dynamic in nature?

ANSWER Definition of DHTML An extension of the HTML language that enables the creation of presentation effects for text and objects. DHTML Stands for Dynamic HTML and it utilizes CSS (cascading style sheets) and JavaScript to allow developers more leverage in building web based applications and layouts. A small example of DHTML is a simple mouseover where when you hover over a link with your cursor, two images swap and then go back to normal when your mouse leaves the link. A better example of DHTML is when you can submit a form without having to reload the entire page.


What is css in relation to HTML?

HTML contains the content and CSS contains the formatting.


What is the difference between single quotes and double quotes?

in programming, single quotes are for characters, and double quotes are for string, but in php, javascript, html, css i don't see any difference between the two.


How do you color the area between margins using HTML or CSS?

You can set the color of margin in CSS. The attribute margin-color is what sets it.